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

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

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

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

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

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

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

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

#s-8ebe1293-29f7-4779-90fd-d2d1eb88349a {
  min-height: 50px;
}








#s-8ebe1293-29f7-4779-90fd-d2d1eb88349a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ebe1293-29f7-4779-90fd-d2d1eb88349a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1338b463-cbd7-471d-903a-e10e8ac31051 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(186, 186, 186, 1);
}

#s-1338b463-cbd7-471d-903a-e10e8ac31051 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 13px;
}

#s-1338b463-cbd7-471d-903a-e10e8ac31051 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1338b463-cbd7-471d-903a-e10e8ac31051 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(186, 186, 186, 1);
}

#s-1338b463-cbd7-471d-903a-e10e8ac31051 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-1338b463-cbd7-471d-903a-e10e8ac31051 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-85ada301-979b-4221-a1c1-18950c13aedd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-38271b7e-fc02-4b82-b787-670071794d0f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0ad274f3-c6c0-40ec-b676-7bf689c2a431 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-baca9efe-50bf-43a5-8df1-c89a9b51ea73 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-30dd37da-b3da-424a-baf4-67773d52bf31 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.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-9db7db79-c7ca-434a-9ee2-8dfc748ea0b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9db7db79-c7ca-434a-9ee2-8dfc748ea0b3 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a3641311-56d1-4f24-819e-b52fe647c565 hr {
  border: 0;
  width: 100%;
  border-top: 65px solid rgba(255, 255, 255, 1);
}

#s-12acf1d4-4eaa-4e9b-bb7c-6a6980a495cb {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-12acf1d4-4eaa-4e9b-bb7c-6a6980a495cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12acf1d4-4eaa-4e9b-bb7c-6a6980a495cb.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-80a51417-c0b8-4ca4-8767-7b915b9fb9da {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80a51417-c0b8-4ca4-8767-7b915b9fb9da .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d1c1094f-283b-48da-b851-6e04b0bbd9c6 {
  margin-left: 350px;
margin-right: 350px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1c1094f-283b-48da-b851-6e04b0bbd9c6 {
  margin-left: 150px;
margin-right: 150px;
}
}
#s-d1c1094f-283b-48da-b851-6e04b0bbd9c6 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c283d7a6-0748-478a-bf9b-f94cf7f98158 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 5px;
margin-right: 5px;
background-position: center center;
opacity: 1;
}
@media (min-width: 1200px){#s-c283d7a6-0748-478a-bf9b-f94cf7f98158 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c283d7a6-0748-478a-bf9b-f94cf7f98158 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c283d7a6-0748-478a-bf9b-f94cf7f98158 {
  
}
}@media (max-width: 767px){#s-c283d7a6-0748-478a-bf9b-f94cf7f98158 {
  
}
}







#s-c283d7a6-0748-478a-bf9b-f94cf7f98158 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-c283d7a6-0748-478a-bf9b-f94cf7f98158.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

#s-8cc68fea-8afc-4515-af00-7b71db6c8d9a {
  border-style: solid;
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 8px;
padding-bottom: 8px;
border-color: rgba(8, 7, 7, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 0.7);
opacity: 1;
}
@media (min-width: 1200px){#s-8cc68fea-8afc-4515-af00-7b71db6c8d9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8cc68fea-8afc-4515-af00-7b71db6c8d9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8cc68fea-8afc-4515-af00-7b71db6c8d9a {
  
}
}@media (max-width: 767px){#s-8cc68fea-8afc-4515-af00-7b71db6c8d9a {
  
}
}
@media (min-width: 0px) {
[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8cc68fea-8afc-4515-af00-7b71db6c8d9a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5f8186c6-49e0-42fd-9f44-7415f735de2a {
  padding-top: 6px;
padding-bottom: 6px;
}

#s-5f8186c6-49e0-42fd-9f44-7415f735de2a .shogun-icon-wrapper {
  text-align: center;
}


#s-5f8186c6-49e0-42fd-9f44-7415f735de2a .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7531fbc8-02c1-4091-8894-bb806a5b2696 {
  margin-top: 13px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
}
@media (min-width: 1200px){#s-7531fbc8-02c1-4091-8894-bb806a5b2696 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7531fbc8-02c1-4091-8894-bb806a5b2696 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7531fbc8-02c1-4091-8894-bb806a5b2696 {
  
}
}@media (max-width: 767px){#s-7531fbc8-02c1-4091-8894-bb806a5b2696 {
  
}
}
#s-7531fbc8-02c1-4091-8894-bb806a5b2696 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d868165-b4b5-45f4-897e-64b028f01642 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 3px;
padding-bottom: 3px;
}

#s-0d868165-b4b5-45f4-897e-64b028f01642 .shogun-icon-wrapper {
  text-align: center;
}


#s-0d868165-b4b5-45f4-897e-64b028f01642 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-f3b70408-0757-4bfe-b95c-b38099afd4cf {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f3b70408-0757-4bfe-b95c-b38099afd4cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f3b70408-0757-4bfe-b95c-b38099afd4cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f3b70408-0757-4bfe-b95c-b38099afd4cf {
  
}
}@media (max-width: 767px){#s-f3b70408-0757-4bfe-b95c-b38099afd4cf {
  
}
}
#s-f3b70408-0757-4bfe-b95c-b38099afd4cf .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf1f97f0-ffdb-4607-b4d0-e14b56ea91f9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cf1f97f0-ffdb-4607-b4d0-e14b56ea91f9 .shogun-icon-wrapper {
  text-align: center;
}


#s-cf1f97f0-ffdb-4607-b4d0-e14b56ea91f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(0, 0, 0, 1);
}

#s-f6cc64ef-f299-4d9e-a8d7-88e3329fe9f7 {
  border-style: solid;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
text-align: center;
}
@media (min-width: 1200px){#s-f6cc64ef-f299-4d9e-a8d7-88e3329fe9f7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6cc64ef-f299-4d9e-a8d7-88e3329fe9f7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6cc64ef-f299-4d9e-a8d7-88e3329fe9f7 {
  
}
}@media (max-width: 767px){#s-f6cc64ef-f299-4d9e-a8d7-88e3329fe9f7 {
  
}
}
#s-f6cc64ef-f299-4d9e-a8d7-88e3329fe9f7 .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f857f35a-f41f-4e6f-90eb-371f32e35396 {
  min-height: 50px;
}








#s-f857f35a-f41f-4e6f-90eb-371f32e35396 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f857f35a-f41f-4e6f-90eb-371f32e35396.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-69e5290c-4eb5-4b59-8f20-5998f5a99cd3 hr {
  border: 0;
  width: 100%;
  border-top: 10px solid rgba(255, 255, 255, 1);
}

#s-3ac6f2e1-8a2e-4d1f-80c8-6bcf81dd8fce {
  min-height: 50px;
}








#s-3ac6f2e1-8a2e-4d1f-80c8-6bcf81dd8fce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac6f2e1-8a2e-4d1f-80c8-6bcf81dd8fce.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f971c9bd-0e94-4c39-9e18-d4d6d4a406c6 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f971c9bd-0e94-4c39-9e18-d4d6d4a406c6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f971c9bd-0e94-4c39-9e18-d4d6d4a406c6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f971c9bd-0e94-4c39-9e18-d4d6d4a406c6 {
  
}
}@media (max-width: 767px){#s-f971c9bd-0e94-4c39-9e18-d4d6d4a406c6 {
  
}
}







#s-f971c9bd-0e94-4c39-9e18-d4d6d4a406c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f971c9bd-0e94-4c39-9e18-d4d6d4a406c6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-194e0ef9-400b-4b19-acc7-91fc7b0cc578 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-194e0ef9-400b-4b19-acc7-91fc7b0cc578"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a660c4b7-1ec7-4f95-ab0e-5959f073a9f8 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
}
@media (max-width: 767px){#s-a660c4b7-1ec7-4f95-ab0e-5959f073a9f8 {
  padding-left: 30px;
padding-right: 30px;
}
}







#s-a660c4b7-1ec7-4f95-ab0e-5959f073a9f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a660c4b7-1ec7-4f95-ab0e-5959f073a9f8.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-a886692e-b7f5-400e-90d1-5c4e29778ec4 {
  text-align: center;
}




  #s-a886692e-b7f5-400e-90d1-5c4e29778ec4 img.shogun-image {
    
    width: px;
  }


#s-a886692e-b7f5-400e-90d1-5c4e29778ec4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-793a9079-f048-4d83-a4ac-244a44835d91 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-793a9079-f048-4d83-a4ac-244a44835d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-793a9079-f048-4d83-a4ac-244a44835d91.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-6af606dd-6650-4caf-8e25-751b606b89df {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6af606dd-6650-4caf-8e25-751b606b89df .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d112a708-c01d-42dc-9eed-12b58a0f64b8 {
  margin-left: 50px;
margin-right: 50px;
}

#s-d112a708-c01d-42dc-9eed-12b58a0f64b8 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-7cfc00b2-4212-4291-9ef0-aacc235ba135 {
  display: none;
}
#s-bdc70558-3c27-40de-b5b6-2c50343f391b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bdc70558-3c27-40de-b5b6-2c50343f391b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6439662a-01c3-47c4-93d1-9f47c074eb92 {
  margin-top: 60px;
margin-bottom: 60px;
}








#s-6439662a-01c3-47c4-93d1-9f47c074eb92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6439662a-01c3-47c4-93d1-9f47c074eb92.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-7089b70c-4065-4e14-b246-1d1eeadf5f31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7089b70c-4065-4e14-b246-1d1eeadf5f31 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3afb85ad-7161-4813-8f3e-2a7055e5e8d3 {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px){#s-3afb85ad-7161-4813-8f3e-2a7055e5e8d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3afb85ad-7161-4813-8f3e-2a7055e5e8d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3afb85ad-7161-4813-8f3e-2a7055e5e8d3 {
  
}
}@media (max-width: 767px){#s-3afb85ad-7161-4813-8f3e-2a7055e5e8d3 {
  
}
}
#s-efd472e7-4052-4350-bcfd-4c497daf9ca2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efd472e7-4052-4350-bcfd-4c497daf9ca2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 22px;
}

#s-efd472e7-4052-4350-bcfd-4c497daf9ca2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 22px;
}

#s-efd472e7-4052-4350-bcfd-4c497daf9ca2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-4d37e453-6c7d-4904-9cee-5c956d6a5b89 {
  box-shadow:1px 1px 2px 0px rgba(68, 68, 68, 1);
background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
background-color: rgba(7, 134, 125, 1);
text-align: center;
cursor: pointer;
hover-type: color;
}
#s-4d37e453-6c7d-4904-9cee-5c956d6a5b89:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4d37e453-6c7d-4904-9cee-5c956d6a5b89:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-4d37e453-6c7d-4904-9cee-5c956d6a5b89 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-4d37e453-6c7d-4904-9cee-5c956d6a5b89.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4d37e453-6c7d-4904-9cee-5c956d6a5b89.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}

#s-4d37e453-6c7d-4904-9cee-5c956d6a5b89.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-b3eea01b-047b-4f79-aaeb-946d4f5e01f5 {
  box-shadow:3px 3px 3px 3px rgba(148, 148, 148, 1);
border-style: solid;
margin-top: 54px;
margin-bottom: 54px;
border-top-width: 20px;
border-left-width: 20px;
border-bottom-width: 20px;
border-right-width: 20px;
border-color: #000;
border-style: solid;
border-radius: 40px;
}

@media (min-width: 0px) {
[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-56f38a8d-385d-4e8a-a390-f60eb97db5cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-48a317ea-d46f-49f3-afa1-bb15c3fcde78 {
  border-style: solid;
margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-48a317ea-d46f-49f3-afa1-bb15c3fcde78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48a317ea-d46f-49f3-afa1-bb15c3fcde78.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-6b5c0251-51bb-43a3-b00c-cea41ca66481 {
  display: none;
}
#s-6b5c0251-51bb-43a3-b00c-cea41ca66481, #wrap-s-6b5c0251-51bb-43a3-b00c-cea41ca66481 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b5c0251-51bb-43a3-b00c-cea41ca66481 {
  display: none;
}
#s-6b5c0251-51bb-43a3-b00c-cea41ca66481, #wrap-s-6b5c0251-51bb-43a3-b00c-cea41ca66481 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b5c0251-51bb-43a3-b00c-cea41ca66481 {
  display: none;
}
#s-6b5c0251-51bb-43a3-b00c-cea41ca66481, #wrap-s-6b5c0251-51bb-43a3-b00c-cea41ca66481 { display:none !important; }}
#s-6b5c0251-51bb-43a3-b00c-cea41ca66481 hr {
  border: 0;
  width: 100%;
  border-top: 10px solid rgba(255, 255, 255, 1);
}

#s-7aeed474-4e03-4bcc-893b-3c4c7977c1e8 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7aeed474-4e03-4bcc-893b-3c4c7977c1e8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8dc147f2-84f3-49d9-88e2-ce7c159c12b7 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 100px;
padding-right: 100px;
}

#s-8dc147f2-84f3-49d9-88e2-ce7c159c12b7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-94e53b84-78c5-4f84-9051-fe8cfca58d67 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-94e53b84-78c5-4f84-9051-fe8cfca58d67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-26601465-2558-4a6c-9421-0b058f0810bd {
  display: none;
}
#s-835c9605-9908-4ffa-bd34-7255ab8339a7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-835c9605-9908-4ffa-bd34-7255ab8339a7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-835c9605-9908-4ffa-bd34-7255ab8339a7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-835c9605-9908-4ffa-bd34-7255ab8339a7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-835c9605-9908-4ffa-bd34-7255ab8339a7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-835c9605-9908-4ffa-bd34-7255ab8339a7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-835c9605-9908-4ffa-bd34-7255ab8339a7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-835c9605-9908-4ffa-bd34-7255ab8339a7.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 16px;
    
  }


#s-25b0e796-5aba-4776-bec9-a8113ea0cc13 {
  text-align: center;
}




  #s-25b0e796-5aba-4776-bec9-a8113ea0cc13 img.shogun-image {
    
    width: px;
  }


#s-25b0e796-5aba-4776-bec9-a8113ea0cc13 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6e0d7b46-3e09-4911-9901-856d32147577 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e0d7b46-3e09-4911-9901-856d32147577 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6384855c-4459-42c0-bbbb-2f7f43fa6b04 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6384855c-4459-42c0-bbbb-2f7f43fa6b04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-926b5d52-a277-4dcb-ad4f-47ad315ff561 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 1px;
}
@media (max-width: 767px){#s-926b5d52-a277-4dcb-ad4f-47ad315ff561 {
  border-style: solid;
border-color: #000;
border-left-width: 0px;
}
}







#s-926b5d52-a277-4dcb-ad4f-47ad315ff561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-926b5d52-a277-4dcb-ad4f-47ad315ff561.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ca11fd6b-0554-4cbe-a7cf-76eb50315b31 {
  margin-left: auto;
margin-right: auto;
}

#s-ca11fd6b-0554-4cbe-a7cf-76eb50315b31 .shogun-icon-wrapper {
  text-align: center;
}


#s-ca11fd6b-0554-4cbe-a7cf-76eb50315b31 .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(0, 0, 0, 1);
}

#s-247325b7-ab7e-49bc-8e89-9d41ecdd56dc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-247325b7-ab7e-49bc-8e89-9d41ecdd56dc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b4043ea-185c-4b8c-bba1-1017b972623f {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b4043ea-185c-4b8c-bba1-1017b972623f {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-1a17ed49-e78c-400c-8d80-eddf84e1767d {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
text-align: center;
}




  #s-1a17ed49-e78c-400c-8d80-eddf84e1767d img.shogun-image {
    
    width: px;
  }


#s-1a17ed49-e78c-400c-8d80-eddf84e1767d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 1200px){#s-a7916f4d-2466-4faa-a012-ffad155dc79b {
  display: none;
}
#s-a7916f4d-2466-4faa-a012-ffad155dc79b, #wrap-s-a7916f4d-2466-4faa-a012-ffad155dc79b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7916f4d-2466-4faa-a012-ffad155dc79b {
  display: none;
}
#s-a7916f4d-2466-4faa-a012-ffad155dc79b, #wrap-s-a7916f4d-2466-4faa-a012-ffad155dc79b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7916f4d-2466-4faa-a012-ffad155dc79b {
  display: none;
}
#s-a7916f4d-2466-4faa-a012-ffad155dc79b, #wrap-s-a7916f4d-2466-4faa-a012-ffad155dc79b { display:none !important; }}
#s-a7916f4d-2466-4faa-a012-ffad155dc79b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-73165e7e-8a86-4c18-a0a7-804558df58d0 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-73165e7e-8a86-4c18-a0a7-804558df58d0 {
  border-style: solid;
border-color: #000;
border-left-width: 1px;
}
}@media (max-width: 767px){#s-73165e7e-8a86-4c18-a0a7-804558df58d0 {
  border-style: solid;
border-color: #000;
margin-top: 1px;
margin-bottom: 1px;
border-left-width: 0px;
}
}







#s-73165e7e-8a86-4c18-a0a7-804558df58d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73165e7e-8a86-4c18-a0a7-804558df58d0.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-12ddde05-4331-41f6-85d9-155bbcfc8dd9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-12ddde05-4331-41f6-85d9-155bbcfc8dd9 .shogun-icon-wrapper {
  text-align: center;
}


#s-12ddde05-4331-41f6-85d9-155bbcfc8dd9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(0, 0, 0, 1);
}

#s-77423d20-4da5-4010-ae80-228a77f1d730 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77423d20-4da5-4010-ae80-228a77f1d730 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65679804-bfe9-492e-aacf-b267b0447448 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-65679804-bfe9-492e-aacf-b267b0447448 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-efb21346-0ab6-4798-b9da-01679c7b8e38 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
text-align: center;
}




  #s-efb21346-0ab6-4798-b9da-01679c7b8e38 img.shogun-image {
    
    width: px;
  }


#s-efb21346-0ab6-4798-b9da-01679c7b8e38 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 1200px){#s-66e817ab-afad-46f4-991f-2ce9b5baa8b6 {
  display: none;
}
#s-66e817ab-afad-46f4-991f-2ce9b5baa8b6, #wrap-s-66e817ab-afad-46f4-991f-2ce9b5baa8b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66e817ab-afad-46f4-991f-2ce9b5baa8b6 {
  display: none;
}
#s-66e817ab-afad-46f4-991f-2ce9b5baa8b6, #wrap-s-66e817ab-afad-46f4-991f-2ce9b5baa8b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66e817ab-afad-46f4-991f-2ce9b5baa8b6 {
  display: none;
}
#s-66e817ab-afad-46f4-991f-2ce9b5baa8b6, #wrap-s-66e817ab-afad-46f4-991f-2ce9b5baa8b6 { display:none !important; }}
#s-66e817ab-afad-46f4-991f-2ce9b5baa8b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-473b7bc1-1a9d-48bd-a6f4-61928a77fed5 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}
@media (max-width: 767px){#s-473b7bc1-1a9d-48bd-a6f4-61928a77fed5 {
  border-style: solid;
border-color: #000;
border-left-width: 0px;
}
}







#s-473b7bc1-1a9d-48bd-a6f4-61928a77fed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-473b7bc1-1a9d-48bd-a6f4-61928a77fed5.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cfdfc3a6-ba37-4760-a06e-2373f26fcb8e {
  margin-left: 20px;
margin-right: 20px;
}

#s-cfdfc3a6-ba37-4760-a06e-2373f26fcb8e .shogun-icon-wrapper {
  text-align: center;
}


#s-cfdfc3a6-ba37-4760-a06e-2373f26fcb8e .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(0, 0, 0, 1);
}

#s-07d5defb-5401-43e7-bd33-82359ac7bd82 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-07d5defb-5401-43e7-bd33-82359ac7bd82 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-07d5defb-5401-43e7-bd33-82359ac7bd82 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2b5eb899-86c8-48b2-ab91-963c21faab85 {
  margin-left: 20px;
margin-right: 20px;
}

#s-3c9c0465-e0fa-4313-bb98-988f05f21f1a {
  margin-top: 5px;
margin-left: auto;
margin-bottom: 5px;
margin-right: auto;
min-height: 80px;
max-width: 300px;
text-align: center;
}




  #s-3c9c0465-e0fa-4313-bb98-988f05f21f1a img.shogun-image {
    
    width: px;
  }


#s-3c9c0465-e0fa-4313-bb98-988f05f21f1a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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